From 7458077a2a74609f78f595998625311266d61368 Mon Sep 17 00:00:00 2001 From: "kaf24@freefall.cl.cam.ac.uk" Date: Sun, 31 Oct 2004 08:22:21 +0000 Subject: [PATCH] bitkeeper revision 1.1159.142.3 (4184a0bdD3pO3ot79NURAvHqfSoj_Q) Fix symlink creation. --- tools/libxc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 18c09c2f6c..761e43c632 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -52,7 +52,7 @@ check-for-zlib: fi mk-symlinks: - ln -sf $(XEN_HYPERVISOR_IFS) xen + [ -e xen ] || ln -sf $(XEN_HYPERVISOR_IFS) xen install: all mkdir -p $(prefix)/usr/lib -- 2.30.2